UNPKG

212 BJavaScriptView Raw
1module.exports = {
2 "name": "Literate Agda",
3 "type": "programming",
4 "color": "#315665",
5 "group": "Agda",
6 "extensions": [
7 ".lagda"
8 ],
9 "tmScope": "none",
10 "aceMode": "text",
11 "languageId": 205
12}